home *** CD-ROM | disk | FTP | other *** search
- -- background: 177597 from stack: in.0 Reference
- -- bmap block id: 177901
- -- flags: 0000
- -- background id: 0
- -- name: routines
- ----- HyperTalk script -----
- on closebackground
- set the scroll of fld description to 0
- end closebackground
-
-
- -- part 2 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=86 top=21 right=38 bottom=442
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 18688
- -- line height: 15
- -- part name: name
-
-
- -- part 5 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=2 top=93 right=280 bottom=190
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 26
- -- part name: info
-
-
- -- part 1 (field)
- -- low flags: 01
- -- high flags: 2007
- -- rect: left=193 top=122 right=327 bottom=511
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 128
- -- text size: 12
- -- style flags: 0
- -- line height: 18
- -- part name: description
-
-
- -- part 20 (field)
- -- low flags: 01
- -- high flags: 2002
- -- rect: left=193 top=47 right=121 bottom=511
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 22
- -- text size: 10
- -- style flags: 0
- -- line height: 17
- -- part name: syntax
-
-
- -- part 22 (field)
- -- low flags: 80
- -- high flags: 2007
- -- rect: left=180 top=123 right=318 bottom=482
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 16
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: note
-
-
- -- part 23 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=5 top=25 right=50 bottom=122
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 18432
- -- line height: 12
- -- part name: id
-
-
- -- part 26 (button)
- -- low flags: 80
- -- high flags: 0002
- -- rect: left=183 top=127 right=139 bottom=195
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: goway
- ----- HyperTalk script -----
- on mouseUp
- closenotes
- end mouseUp
-
-
-
-
-
-
- -- part 40 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=0 top=326 right=341 bottom=318
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 2048
- -- line height: 12
- -- part name: tag
-
-
- -- part 43 (button)
- -- low flags: 00
- -- high flags: 4001
- -- rect: left=309 top=327 right=341 bottom=327
- -- title width / last selected line: 0
- -- icon id / first selected line: 28137 / 28137
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: menuArrow
- ----- HyperTalk script -----
- on mouseUp
- dohilite
- visual wipe right fast
-
- go previous card of this bg
- end mouseUp
-
-
-
-
- -- part 44 (button)
- -- low flags: 00
- -- high flags: 4001
- -- rect: left=331 top=327 right=340 bottom=363
- -- title width / last selected line: 0
- -- icon id / first selected line: 30997 / 30997
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: menuArrow
- ----- HyperTalk script -----
- on mouseUp
-
- global BMarks
-
- set lockmessages to true
-
- set the scroll of bg fld description to 0
- go card 5 --"Globals" of bg globalsMenu
-
-
- -- disable set Bookmark, menuItem 1, of menu "Bookmarks"
-
- EnabMItem Bmarks,1,false
- setMacAppMenuItems false, "13" -- disable show Notepad...
-
- set lockmessages to false
-
- end mouseUp
-
- on mousedown
- doHilite
- end mousedown
-
-
- -- part 45 (button)
- -- low flags: 00
- -- high flags: 4001
- -- rect: left=371 top=327 right=341 bottom=390
- -- title width / last selected line: 0
- -- icon id / first selected line: 29472 / 29472
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: menuArrow
- ----- HyperTalk script -----
- on mouseUp
- dohilite
- visual wipe left fast
- go next card of this bg
- end mouseUp
-
-
-
-
- -- part 53 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=488 top=95 right=120 bottom=510
- -- title width / last selected line: 0
- -- icon id / first selected line: 14784 / 14784
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: copyText
- ----- HyperTalk script -----
- on mouseUp
- select text of fld syntax
- domenu "Copy Text"
- wait 20
- select empty
- end mouseUp
-
-